home *** CD-ROM | disk | FTP | other *** search
/ BigMax 21 / BigMax nº 21 / BigMax nº 21.iso / big21.dir / imagens_22_INFO.ls < prev    next >
Encoding:
Text File  |  1998-06-25  |  340 b   |  16 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to "INFO2"
  3.   cursor(280)
  4.   set the visible of sprite 40 to 1
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite the currentSpriteNum to "INFO1"
  9.   cursor(-1)
  10.   set the visible of sprite 40 to 0
  11. end
  12.  
  13. on mouseDown me
  14.   set the member of sprite the currentSpriteNum to "INFO3"
  15. end
  16.